home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / memory / umbmem.zip / UMBHELP.H < prev   
Text File  |  1991-07-07  |  149b  |  6 lines

  1. int _pascal umb_init(void);
  2. int _pascal umb_allocate(int Size, unsigned * pHandle, unsigned * pSize);
  3. int _pascal umb_free(unsigned uHandle);
  4.  
  5.  
  6.